Screen:SetWidth(value)
Resizes the width of the viewing Screen.
This does not work on GNU/Linux.
function main() { Screen:Show() Screen:SetWidth(640) //resize the viewing Screen to 640x240 Konsol:Delay(1000) //pause for a second to read the message }